<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
}

hr {
    border: none;
}

.clear {
    clear: both;
}

p,
ul {
    margin: 0;
}

img {
    border: 0;
}

input,
textarea {
    outline: none;
}

.row {
    margin: 0px;
}

.container {
    margin: 0px auto;
    width: 1200px;
}

.w1360 {
    margin: 0px auto;
    width: 1360px;
}


/*导航*/

.setHeight {
    width: 100%;
    height: 86px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.4);
}

.h_logo {
    width: 125px;
    height: 57px;
    float: left;
    margin-top: 12px;
}

.h_logo img {
    width: 125%;
    height: auto
}

#menu {
    height: 100%;
    width: auto;
    float: left;
    margin-left: 147px
}

#menu .nav {
    position: relative;
    z-index: 1;
    width: auto;
    height: auto;
    float: left;
    margin-right: 30px;
}

#menu .nav .nLi {
    float: left;
    position: relative;
    display: inline;
    height: 86px;
    line-height: 86px;
    width: auto;
    margin: 0px 22px;
}

#menu .nav .nLi:last-child {
    margin-right: 0
}

#menu .nav .nLi p {
    font-weight: normal;
    width: 100%;
    text-align: right;
    z-index: 2;
    position: relative;
    height: 100%;
}

#menu .nav .nLi p a {
    color: #fff;
    font-size: 14px;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative
}

#menu .nav .sub {
    display: none;
    width: 120px;
    left: 50%;
    margin-left: -60px;
    top: 72px;
    position: absolute;
    background: #ddd;
    line-height: 36px;
    z-index: 99999
}

#menu .nav .sub li {
    zoom: 1;
}

#menu .nav .sub a {
    display: block;
    text-align: center;
    height: 36px;
    font-size: 14px;
    color: #222e48;
}

#menu .nav .sub a:hover {
    color: #422d12;
}

.nLi&gt;p&gt;span {
    display: block;
    width: 120px;
    text-align: center;
    position: absolute;
    top: 21px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}

#menu .nav .active p {
    font-weight: bold;
}

#menu .nav .nLi:hover p {
    font-weight: bold;
}

#menu .nav .active p a:before {
    transform: scaleX(1);
}

#menu .nav .nLi:hover p a:before {
    transform: scaleX(1);
}

.h_dhs {
    width: 198px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: right;
    padding-top: 5px;
    margin-top: 25px;
    background: url(../images/h_dhs.png) no-repeat left center;
    padding-left: 40px;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0 0 25px
}

#fp-nav ul li a.active {
    border: 1px solid #fff;
    border-radius: 50%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #fff;
    border: 1px solid #ab3c33
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
    background: #fff;
}

#fp-nav ul {
    position: relative
}

#fp-nav ul:after {
    content: "";
    position: absolute;
    top: 14px;
    left: 50%;
    width: 1px;
    margin-left: -1px;
    height: 260px;
    background: #fff;
}


/*第1块*/

.section1 {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.section1 .slideBox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.section1 .slideBox .hd {
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 5%;
    z-index: 1;
    margin-left: -48px
}

.section1 .slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.section1 .slideBox .hd ul li {
    width: 30px;
    height: 8px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ab3c33;
    margin-bottom: 60px;
    border-radius: 25px;
    float: left;
    margin: 0px 10px;
}

.section1 .slideBox .hd ul li span {
    font-size: 46px;
    font-family: "Arial";
    color: #fff;
    opacity: 0
}

.section1 .slideBox .hd ul li.on {
    background: #ab3c33
}

.section1 .slideBox .bd {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%
}

.section1 .slideBox .bd ul {
    width: 100%;
    height: 100%
}

.section1 .slideBox .bd li {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    zoom: 1;
    position: relative
}

.section1 .slideBox .bd li a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%
}


/*第2块*/

.section2 {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: url(../images/about_bjs.jpg) no-repeat center;
}

.section2 .container {
    position: relative;
    margin-top: 20px
}

.section2_info {
    width: 394px;
    height: 690px;
    background: #414141;
    padding: 38px;
    position: absolute;
    top: 0;
    left: 46%
}

.index_video {
    width: 664px;
    height: 540px;
    float: left;
    margin-top: 85px
}

.index_right {
    float: right;
    margin-top: 62px;
}

.index_right p {
    width: 100%;
    height: 300px;
    overflow: hidden
}

.index_right p img {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}

.index_right p:hover img {
    transform: scale(1.05);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 1s ease 0s;
}

.section2_info h3 {
    font-size: 22px;
    color: #fff
}

.section2_info h4 {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}

.section2_info h4 span {
    font-size: 14px;
    color: #fff
}

.section2_info hr {
    width: 12px;
    height: 2px;
    background: #fff;
    display: block
}

.section2_xx {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 8vh;
}

.section2_xx h5 {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}

.section2_xx a {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    margin-top: 6vh;
    display: block
}

.ab_more {
    width: 160px;
    height: 48px;
    line-height: 48px;
    display: block;
    font-size: 16px;
    color: #fff;
    display: block;
    background: #ab3c33;
    text-align: center;
    margin-top: 10vh
}

.ab_more:hover {
    background: #fff;
    color: #ab3c33
}


/*第3块*/

.section3 {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: url(../images/fwgz_bjs.jpg) no-repeat center;
}

.section3 .container {
    padding-top: 5vh
}

.section3_title {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.section3_title h3 {
    font-size: 22px;
    color: #4d4d4d;
}

.section3_title h5 {
    font-size: 26px;
    color: #4d4d4d;
    font-weight: bold;
    margin: 6px 0
}

.section3_title h5 span {
    color: #ab3c33
}

.section3_title p {
    font-size: 14px;
    color: #4d4d4d;
    line-height: 28px;
}

.section3_title i {
    width: 15px;
    height: 2px;
    background: #a5a5a5;
    display: block;
    margin: 10px auto;
}

.slideGroup {
    width: 998px;
    float: right;
    margin-top: 5vh
}

.slideGroup .parHd {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block
}

.slideGroup .parHd ul {
    float: right;
    border-right: 1px solid #bebebe;
}

.slideGroup .parHd ul li {
    width: 145px;
    height: 40px;
    border: 1px solid #bebebe;
    background: #fff;
    float: left;
    border-right: 0
}

.slideGroup .parHd ul li a {
    font-size: 14px;
    color: #4d4d4d;
    line-height: 40px;
    display: block;
    padding-left: 60px;
}

.sli_1 {
    background: url(../images/cz_1.png) no-repeat 20px center
}

.sli_2 {
    background: url(../images/cz_2.png) no-repeat 20px center
}

.sli_3 {
    background: url(../images/cz_3.png) no-repeat 20px center
}

.sli_4 {
    background: url(../images/cz_4.png) no-repeat 20px center
}

.sli_5 {
    background: url(../images/cz_5.png) no-repeat 20px center
}

.slideGroup .parHd ul li.on {
    background: #ab3c33
}

.slideGroup .parHd ul li.on a {
    color: #fff
}

.slideGroup .parHd ul li.on .sli_1 {
    background: url(../images/cz_h1.png) no-repeat 20px center
}

.slideGroup .parHd ul li.on .sli_2 {
    background: url(../images/cz_h2.png) no-repeat 20px center
}

.slideGroup .parHd ul li.on .sli_3 {
    background: url(../images/cz_h3.png) no-repeat 20px center
}

.slideGroup .parHd ul li.on .sli_4 {
    background: url(../images/cz_h4.png) no-repeat 20px center
}

.slideGroup .parHd ul li.on .sli_5 {
    background: url(../images/cz_h5.png) no-repeat 20px center
}

.slideGroup .parBd {
    margin-top: 30px;
}

.slideGroup .slideBox {
    overflow: hidden;
    zoom: 1;
}

.slideGroup .sPrev,
.slideGroup .sNext {
    float: right;
    width: 23px;
    height: 31px;
    margin-top: 5vh
}

.slideGroup .sNext {
    background: url(../images/pro_right.png) no-repeat center;
    margin-left: 30px;
}

.slideGroup .sPrev {
    background: url(../images/pro_left.png) no-repeat center
}

.slideGroup .sPrev:hover {
    background: url(../images/news_hleft.png) no-repeat center
}

.slideGroup .sNext:hover {
    background: url(../images/news_hright.png) no-repeat center
}

.slideGroup .parBd ul {
    overflow: hidden;
    zoom: 1;
}

.slideGroup .parBd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.slideGroup .parBd ul li img {
    width: 482px;
    height: auto;
    display: block;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}

.section3 .pageState {
    font-size: 24px;
    color: #bebebe;
    float: right;
    margin-right: 20px;
    margin-top: 5vh
}

.section3 .pageState span {
    color: #ab3c33
}

.section3_left {
    width: 28%;
    height: auto;
    float: left;
    position: absolute;
    left: 0;
    top: 44vh
}

.section3_left dl {
    width: 100%;
    height: 49px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 70%
}

.section3_left dl dt {
    float: left;
    font-size: 24px;
    color: #4d4d4d;
    line-height: 49px;
    margin-right: 20px;
}

.section3_left dl dd {
    float: left;
}

.section3_left dl dd h3 {
    font-size: 18px;
    color: #4d4d4d;
    line-height: 30px;
}

.section3_left dl dd p {
    font-size: 14px;
    color: #777777;
    text-transform: uppercase
}

.section3_left dl:after {
    content: "";
    width: 0;
    height: 2px;
    background: #ab3c33;
    position: absolute;
    top: 25px;
    left: 0;
    transition: all 0.4s ease-in-out;
}

.section3_left dl:hover:after {
    width: 65%;
    transition: all 0.4s ease-in-out;
}

.section3_left dl:hover dt {
    font-size: 30px;
    color: #ab3c33;
    font-weight: bold;
}

.slideGroup .parBd ul li:hover img {
    transform: scale(1.05);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 1s ease 0s;
}


/*第4块*/

.section4 {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: url(../images/youshi_bjs.jpg) no-repeat center
}

.section4_title {
    width: 340px;
    height: auto;
    position: absolute;
    left: 20%;
    top: 18vh;
}

.section4_title h3 {
    font-size: 22px;
    color: #fff
}

.section4_title h4 {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    margin-top: 8px;
}

.section4_title h5 {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    margin: 10px 0
}

.section4_title p {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    margin-top: 10px;
}

.section4_title hr {
    width: 10px;
    height: 2px;
    background: #fff;
    display: block
}

.slideTxtBox {
    width: 80%;
    float: right;
    position: relative;
    margin-top: 8vh;
    height: 650px;
}

.slideTxtBox .hd {
    width: 902px;
    height: auto;
    position: absolute;
    top: 0;
    right: 20%;
    z-index: 9
}

.slideTxtBox .hd ul {
    width: 100%;
    height: auto;
    overflow: hidden
}

.slideTxtBox .hd ul li {
    float: left;
    width: 300px;
    height: 220px;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 30px;
}

.slideTxtBox .hd ul li:nth-child(2n) {
    background: #ffffff;
}

.slideTxtBox .hd ul li:nth-child(3),
.slideTxtBox .hd ul li:nth-child(5) {
    background: #f7f7f7
}

.slideTxtBox .hd ul li a {
    width: 100%;
    height: 100%;
    display: block
}

.slideTxtBox .hd li h3 {
    font-size: 18px;
    color: #4d4d4d;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.slideTxtBox .hd li hr {
    width: 16px;
    height: 2px;
    background: #bebebe;
    display: block;
    margin: 8px 0
}

.slideTxtBox .hd li p {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #4d4d4d
}

.slideTxtBox .hd li i {
    width: 100%;
    height: 30px;
    display: block;
    margin: 10px auto;
}

.slideTxtBox .hd ul li.on {
    background: #ab3c33
}

.slideTxtBox .hd ul li.on h3,
.slideTxtBox .hd ul li.on p {
    color: #fff
}

.slideTxtBox .hd ul li.on hr {
    background: #fff
}

.slideTxtBox .hd ul li:first-child {
    margin-left: 300px;
}

.ys_i1 {
    background: url(../images/icon_1.png) no-repeat left center
}

.ys_i2 {
    background: url(../images/icon_2.png) no-repeat left center
}

.ys_i3 {
    background: url(../images/icon_3.png) no-repeat left center
}

.ys_i4 {
    background: url(../images/icon_4.png) no-repeat left center
}

.ys_i5 {
    background: url(../images/icon_5.png) no-repeat left center
}

.slideTxtBox .hd ul li.on .ys_i1 {
    background: url(../images/icon_h1.png) no-repeat left center
}

.slideTxtBox .hd ul li.on .ys_i2 {
    background: url(../images/icon_h2.png) no-repeat left center
}

.slideTxtBox .hd ul li.on .ys_i3 {
    background: url(../images/icon_h3.png) no-repeat left center
}

.slideTxtBox .hd ul li.on .ys_i4 {
    background: url(../images/icon_h4.png) no-repeat left center
}

.slideTxtBox .hd ul li.on .ys_i5 {
    background: url(../images/icon_h5.png) no-repeat left center
}

.slideTxtBox .bd {
    margin-top: 220px;
}

.slideTxtBox .bd ul {
    width: 100%;
    height: auto;
    overflow: hidden
}

.slideTxtBox .bd li {
    width: 100%;
    height: auto;
    overflow: hidden
}

.slideTxtBox .bd li img {
    width: 100%;
    height: auto;
    display: block
}


/*第5块*/

.section5 {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: url(../images/section5_bjs.jpg) no-repeat center
}

.section5 .swiper-container {
    height: 100vh
}

.section5 .swiper-slide a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 40vh 30px 0;
    display: block;
    transition: all 0.4s ease-in-out;
}

.section5_pic {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    display: none
}

.section5_pic img {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}

.section5_pic i {
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(171, 60, 51, 0.8) url(../images/jia.png) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.section5 .swiper-slide a h4 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    font-size: 20px;
    color: #4d4d4d;
    text-overflow: ellipsis;
    overflow: hidden;
    overflow: hidden;
    text-align: center
}

.section5 .swiper-slide a hr {
    width: 50px;
    height: 2px;
    background: #bebebe;
    display: block;
    margin: 20px auto;
}

.section5 .swiper-slide a p {
    width: 100%;
    height: auto;
    line-height: 30px;
    font-size: 14px;
    color: #4d4d4d;
    text-align: center
}

.section5 .swiper-slide a span {
    width: 116px;
    height: 30px;
    display: block;
    margin: 20px auto 0;
    background: #ab3c33;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    opacity: 0
}

.swiper-slide-active a {
    background: #fff;
    padding: 20vh 30px 0!important;
    transition: all 0.4s ease-in-out;
}

.swiper-slide-active a span {
    opacity: 1!important
}

.swiper-slide-active a .section5_pic {
    display: block
}

.active .swiper-container {
    animation-name: fadeInUp;
    animation-duration: 1.2s;
    animation-delay: 0.8s;
    animation-fill-mode: both;
}

.section5 .swiper-slide a:hover i {
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

.section5 .swiper-slide a:hover img {
    transform: scale(1.05);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 1s ease 0s;
}


/*第6块*/

.section6 {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: url(../images/hezuo_bjs.jpg) no-repeat center
}

.section6_title {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.section6_title h3 {
    font-size: 22px;
    color: #fff;
}

.section6_title h5 {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    margin: 6px 0
}

.section6_title h5 span {
    color: #ab3c33
}

.section6_title p {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}

.section6_title i {
    width: 15px;
    height: 2px;
    background: #fff;
    display: block;
    margin: 10px auto;
}

.picScroll-left {
    overflow: hidden;
    position: relative;
    margin: 6vh 0 0
}

.picScroll-left:after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 62px;
    left: 0
}

.picScroll-left .hd {
    overflow: hidden;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
    width: 23px;
    height: 31px;
    float: right;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -11.5px;
    cursor: pointer;
}

.picScroll-left .hd .next {
    background: url(../images/hz_right.png) no-repeat center;
    right: 15%
}

.picScroll-left .hd .prev {
    background: url(../images/hz_left.png) no-repeat center;
    left: 15%
}

.picScroll-left .bd {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    margin: 0 43px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    width: 314px;
}

.picScroll-left .bd ul li span {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.picScroll-left .bd ul li i {
    width: 16px;
    height: 16px;
    display: block;
    margin: 24px auto 38px;
    background: url(../images/bai_dian.png) no-repeat center
}

.picScroll-left .bd ul li h4 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.picScroll-left .bd ul li img {
    margin: 20px auto;
    display: block;
    width: 1px;
}

.picScroll-left .bd ul li p {
    font-size: 14px;
    color: #fff;
    width: 100%;
    height: 70px;
    line-height: 24px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.picScroll-left .bd ul li h5 {
    width: 88px;
    height: 28px;
    background: #ab3c33;
    display: block;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    margin: 0px auto;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.picScroll-left .bd ul li:hover h4 {
    color: #ab3c33
}

.picScroll-left .bd ul li:hover i {
    background: url(../images/h_dian.png) no-repeat center
}

.picScroll-left .bd ul li:hover h5 {
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

.active .picScroll-left {
    animation-name: fadeInUp;
    animation-duration: 1.2s;
    animation-delay: 0.8s;
    animation-fill-mode: both;
}

.active .section6_title {
    animation-name: fadeInDown;
    animation-duration: 1.2s;
    animation-delay: 0.8s;
    animation-fill-mode: both;
}


/*第7块*/

.section7 {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: url(../images/news_bjs.jpg) no-repeat center
}

.txtScroll-top {
    overflow: hidden;
    position: relative;
    margin-top: 10vh
}

.txtScroll-top .hd {
    overflow: hidden;
    height: 30px;
    display: table;
    margin-top: 5vh;
    float: right;
    margin-right: 28%
}

.txtScroll-top .hd .prev,
.txtScroll-top .hd .next {
    display: block;
    width: 23px;
    height: 31px;
    overflow: hidden;
    float: left;
    cursor: pointer;
    margin: 0px 10px;
}

.txtScroll-top .hd .next {
    background: url(../images/news_right.png) no-repeat center
}

.txtScroll-top .hd .prev {
    background: url(../images/news_left.png) no-repeat center
}

.section7 .pageState {
    font-size: 24px;
    color: #bebebe;
    float: left
}

.section7 .pageState span {
    color: #ab3c33
}

.txtScroll-top .bd {
    width: 100%;
    height: auto;
    overflow: hidden
}

.txtScroll-top .infoList li {
    width: 100%;
    height: 180px;
    position: relative;
}

.txtScroll-top .infoList li a {
    width: 1200px;
    height: 180px;
    margin: 0px auto;
    display: block;
    position: relative;
    z-index: 9
}

.txtScroll-top .infoList li:after {
    content: "";
    width: 85%;
    height: 180px;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 0;
    background: rgba(171, 60, 51, 0.8) url(../images/b_xs.png) no-repeat left center;
    transition: all 0.4s ease-in-out;
}

.txtScroll-top .infoList li:hover:after {
    left: 0;
    transition: all 0.4s ease-in-out;
}

.index_news_pic {
    width: 260px;
    height: 180px;
    float: left
}

.index_news_pic img {
    width: 100%;
    height: 100%;
    display: block
}

.index_news_time {
    width: 130px;
    height: auto;
    float: left;
    margin: 0px 10px;
    text-align: center;
    margin-top: 60px;
}

.index_news_time p {
    font-size: 26px;
    color: #4d4d4d;
}

.index_news_time span {
    font-size: 18px;
    color: #4d4d4d;
}

.index_news_xx {
    width: 765px;
    height: auto;
    float: right;
    padding-top: 32px;
}

.index_news_xx h4 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #4d4d4d;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.index_news_xx p {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #4d4d4d;
    line-height: 28px;
    margin-top: 10px;
}

.active .txtScroll-top {
    animation-name: fadeInUp;
    animation-duration: 1.2s;
    animation-delay: 0.8s;
    animation-fill-mode: both;
}

.txtScroll-top .infoList li:hover p,
.txtScroll-top .infoList li:hover h4,
.txtScroll-top .infoList li:hover span {
    color: #fff;
    transition: all 0.4s ease-in-out;
}


/*第8块*/

.section8 {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/contact_bjs.jpg) no-repeat center;
    overflow: hidden;
}

.section8_txt {
    width: 100%;
    height: 380px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 70px;
}

.section8_1 {
    width: 280px;
    height: auto;
    float: left
}

.section8_t {
    width: 100%;
    height: auto;
    overflow: hidden
}

.section8_t h4 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}

.section8_t h5 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
}

.section8_t hr {
    width: 15px;
    height: 2px;
    display: block;
    background: #fff
}

.section8_con_1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.section8_con_1 h3 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}

.section8_con_1 p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}

.section8_2 {
    width: 420px;
    height: auto;
    float: left;
    margin-left: 125px;
}

.s_dhs {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center
}

.s_dhs p {
    font-size: 14px;
    color: #fff;
}

.s_dhs i {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    display: block
}

.copy_l {
    font-size: 14px;
    color: #fff;
    width: 100%;
    line-height: 30px;
    text-align: center;
    margin-top: 25px;
}

.beian {
    color: #fff;
    text-align: center;
    display: block;
    width: 100%
}

.beian:hover {
    color: #0d377b!important
}

.footer_zhichi {
    width: 100%;
    height: 40px;
}

.footer_zhichi p {
    width: auto;
    float: left;
    margin-right: 20px;
    color: #999999;
    line-height: 40px;
}

.footer_zhichi p:last-child {
    margin-right: 0
}

.footer_zhichi .pt {
    width: 121px;
    height: 18px;
    background: url(../images/vl.png) no-repeat;
    margin-top: 10px;
    margin-right: 10px
}

.footer_zhichi .js {
    width: 121px;
    height: 18px;
    background: url(../images/wl.png) no-repeat;
    margin-top: 10px;
}

.footer_zhichi .pt:hover {
    background: url(../images/vl_hover.png) no-repeat
}

.footer_zhichi .js:hover {
    background: url(../images/l_hover.png) no-repeat
}

.footer_zhichi span {
    float: left;
    font-size: 14px;
    color: #fff;
}

.footer_zhichi i {
    float: left;
}

.section8_3 {
    width: 245px;
    height: auto;
    float: right
}

.section8_tr {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: right
}

.section8_tr h4 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}

.section8_tr h5 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
}

.section8_tr hr {
    width: 15px;
    height: 2px;
    display: block;
    background: #fff;
    float: right
}

.section8_3 dl {
    width: 110px;
    height: auto;
    float: left;
    margin-top: 40px;
}

.section8_3 dl dt {
    width: 100%;
    height: 110px;
    background: url(../images/ma_pic.png) no-repeat center;
    padding: 10px;
}

.section8_3 dl dt img {
    width: 100%;
    display: block
}

.section8_3 dl dd {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    text-align: center
}

.section8_3 dl:nth-child(2) {
    float: right
}

.active .section8_txt {
    animation-name: fadeInUp;
    animation-duration: 1.2s;
    animation-delay: 0.8s;
    animation-fill-mode: both;
}


/*版权*/

.index_banquan {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 20px;
    left: 0;
}

.index_banquan p,
.index_banquan a {
    font-size: 14px;
    color: #666;
    text-align: center
}

.index_banquan a {
    margin-left: 10px;
}

.index_zhichi {
    width: auto;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-left: 30px;
}

.index_zhichi p {
    width: 203px;
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 40px;
    margin-right: 10px;
    padding-left: 0!important
}

.index_zhichi .pt {
    width: 121px;
    height: 18px;
    background: url(../images/vl.png) no-repeat;
    margin-top: 8px;
    margin-right: 10px
}

.index_zhichi .js {
    width: 121px;
    height: 18px;
    background: url(../images/wl.png) no-repeat;
    margin-top: 8px;
}

.index_zhichi .pt:hover {
    background: url(../images/vl_hover.png) no-repeat
}

.index_zhichi .js:hover {
    background: url(../images/wl_hover.png) no-repeat
}

.index_zhichi span {
    float: left;
    font-size: 12px;
    color: #666;
}

.index_zhichi i {
    float: left;
}

.f_brq {
    float: left;
}


/*内页*/

.ny_banner {
    width: 100%;
    position: relative;
    height: 400px;
    clear: left;
}

.about_ban {
    background: url(../images/about_ban.jpg) no-repeat center
}

.news_ban {
    background: url(../images/news_ban.jpg) no-repeat center
}

.product_ban {
    background: url(../images/product_ban.jpg) no-repeat center
}

.contact_ban {
    background: url(../images/contact_ban.jpg) no-repeat center
}

.case_ban {
    background: url(../images/case_ban.jpg) no-repeat center
}

.service_ban {
    background: url(../images/service_ban.jpg) no-repeat center
}

.swhz_ban {
    background: url(../images/swhz_ban.jpg) no-repeat center
}

.cwyz_ban {
    background: url(../images/cwyz_ban.jpg) no-repeat center
}

.zzgy_ban {
    background: url(../images/zzgy_ban.jpg) no-repeat center
}

.fwgz_ban {
    background: url(../images/fwgz_ban.jpg) no-repeat center
}

.ny_baninfo {
    width: 1200px;
    height: 225px;
    position: absolute;
    top: 160px;
    left: 50%;
    margin-left: -600px;
}

.ny_baninfo h3 {
    font-size: 28px;
    color: #fff;
    line-height: 40px;
    margin-top: 60px;
}

.ny_baninfo .ny_fubiao {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 28px;
}

.ny_baninfo .ny_fubiao hr {
    width: 55px;
    height: 1px;
    float: left;
    background: #ab3c33;
    margin-top: 10px;
    margin-right: 8px;
}

.ny_baninfo .ny_fubiao p {
    float: left;
    font-size: 14px;
    color: #fff;
}

.ny_baninfo .ny_fubiao p a {
    font-size: 14px;
    color: #fff
}

.ny_baninfo h4 {
    font-size: 56px;
    font-family: "Arial"
}

.ny_baninfo .ny_fubiao p a:hover {
    color: #ab3c33
}

.shine {
    background: #fff -webkit-gradient(linear, left top, right top, from(#fff), to(#fff), color-stop(0.9, #ab3c33)) 0 0 no-repeat;
    -webkit-background-size: 125px;
    color: rgba(255, 255, 255, 0.1);
    -webkit-background-clip: text;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    display: block;
    position: absolute;
    left: 0;
    top: 0%;
    -webkit-animation-name: shine;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes shine {
    0% {
        background-position: top left;
    }
    100% {
        background-position: top right;
    }
}


/*内部二级导航*/

.ny_nav {
    width: 100%;
    height: 67px;
    margin-top: -26px;
    position: relative;
    z-index: 9
}

.ny_nav ul {
    width: auto;
    margin: 0px auto;
    display: table;
    background: #ab3c33;
    border-radius: 38px;
}

.ny_nav ul li {
    width: 120px;
    height: 67px;
    line-height: 67px;
    float: left;
    text-align: center;
    position: relative;
}

.ny_nav ul li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff
}

.ny_nav ul li:first-child {
    border-radius: 38px 0 0 38px;
}

.ny_nav ul li:last-child {
    border-radius: 0px 38px 38px 0px;
}

.ny_nav ul li:hover,
.ny_nav ul li.active {
    background: url(../images/san_bj.png) no-repeat bottom center
}

.ny_pro_bt {
    width: 100%;
    height: auto;
    overflow: hidden
}

.ny_pro_bt ul {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 60px auto 0;
}

.ny_pro_bt ul li {
    width: auto;
    float: left;
    background: url(../images/p_xx.png) no-repeat left center;
    padding-left: 50px;
    margin-right: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}

.ny_pro_bt ul li a {
    font-size: 18px;
    color: #060507;
}

.ny_pro_bt ul li:hover a {
    color: #ab3c33
}

.ny_pro_bt ul li:hover {
    background: url(../images/p_hx.png) no-repeat left center
}

.ny_pro_bt ul li.active {
    background: url(../images/p_hx.png) no-repeat left center
}

.ny_pro_bt ul li.active a {
    color: #ab3c33
}


/*产品中心*/

.ny_product_all {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 75px;
    margin-bottom: 60px
}

.ny_product_all ul {
    width: 100%;
    height: auto;
    overflow: hidden
}

.ny_product_all ul li {
    width: 285px;
    height: auto;
    border: 1px solid #d2d2d2;
    overflow: hidden;
    padding: 10px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.ny_solution_img {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    border: 1px solid #d2d2d2
}

.ny_solution_img img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
    display: block
}

.ny_product_all ul li h5 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    color: #060507;
    font-weight: normal
}

.ny_product_all ul li:nth-child(4n) {
    margin-right: 0
}


/*产品详情页*/

.ny_pro_ft {
    width: 100%;
    height: auto;
    margin-top: 60px;
}

.ny_pro_ft h3 {
    font-size: 30px;
    color: #1b1b1b;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;
}

.ny_pro_ft p,
.ny_pro_fts p {
    font-size: 14px;
    color: #707070;
    line-height: 30px;
    text-align: center;
    width: 910px;
    margin: 0px auto;
}

.ny_product_show {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 55px 0;
}

.ny_pro_top {
    width: 100%;
    height: auto;
    overflow: hidden
}

.ny_pro_tleft {
    width: 523px;
    height: 397px;
    float: left
}

.ny_pro_tleft .slideBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.ny_pro_tleft .slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 15px;
    z-index: 1;
}

.ny_pro_tleft .slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.ny_pro_tleft .slideBox .hd ul li {
    float: left;
    margin-right: 10px;
    width: 12px;
    height: 12px;
    line-height: 14px;
    text-align: center;
    background: #c9c9c9;
    cursor: pointer;
    border-radius: 50%;
}

.ny_pro_tleft .slideBox .hd ul li.on {
    background: #ab3c33;
    color: #fff;
}

.ny_pro_tleft .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.ny_pro_tleft .slideBox .bd ul {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.ny_pro_tleft .slideBox .bd li {
    width: 100%;
    height: 100%;
}

.ny_pro_tleft .slideBox .bd img {
    width: 100%;
    height: 100%;
    display: block;
}

.ny_pro_tright {
    width: 630px;
    height: auto;
    float: right
}

.ny_pro_tright h1 {
    font-size: 36px;
    color: #191919;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    font-weight: 700;
}

.ny_pro_p {
    width: 100%;
    height: 81px;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 15px;
    overflow: hidden
}

.ny_pro_p p {
    width: 100%;
    height: 100%;
    color: #000000;
    line-height: 35px;
    font-size: 15px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ny_pro_a {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px 0
}

.ny_pro_a a {
    width: 260px;
    height: 60px;
    background: #959595;
    display: block;
    overflow: hidden;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    float: left;
    margin-right: 18px;
}

.ny_pro_a a:hover {
    background: #313131;
}

.ny_pro_a a i {
    font-size: 28px;
    margin-right: 10px;
    float: left;
    margin-left: 56px;
}

.ny_pro_dh {
    width: 100%;
    height: 80px;
    margin-top: 20px;
}

.ny_pro_dh i {
    color: #333;
    font-size: 38px;
    float: left;
    line-height: 70px;
    margin-right: 10px;
}

.ny_pro_ddh {
    float: left;
}

.ny_pro_ddh p {
    font-size: 14px;
    color: #313131;
}

.ny_pro_ddh span {
    font-size: 30px;
    color: #ab3c33;
    font-family: "Impact"
}

.ny_pro_24 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden
}

.ny_pro_24 p {
    font-size: 14px;
    color: #313131;
    background: url(../images/dh.png) no-repeat left center;
    float: left;
    padding-left: 20px;
    margin-right: 30px;
}

.ny_pro_bottom {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-top: 65px;
}

.ny_pro_bleft {
    width: 869px;
    height: auto;
    overflow: hidden;
    float: left
}

.ny_pro_bright {
    width: 300px;
    height: auto;
    float: right
}

.ny_probt_case {
    width: 100%;
    height: 368px;
    margin-top: 30px;
}

.ny_proshow_num h3,
.ny_proshow_info h3 {
    font-size: 30px;
    color: #313131;
    font-weight: 500;
    text-align: center;
    margin-bottom: 24px;
}

.nyprocase-div {
    width: 100%;
    height: 203px;
    overflow: hidden;
    position: relative
}

.ny_probt_xx h3 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #313131;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.ny_proinput .ny_pro_ft {
    margin-top: 50px;
}

.ny_proinput .ny_pro_ft span {
    color: #ab3c33;
}

.ny_proinput ul {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-top: 38px;
}

.ny_proinput ul li {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
    overflow: hidden
}

.ny_proinput ul li div {
    height: 36px;
    width: 420px;
    border: 1px solid #d2d2d2;
    float: left;
}

.ny_proinput ul li div input {
    width: 100%;
    height: 100%;
    border: 0px;
    padding-left: 10px;
}

.li_dh {
    float: right!important
}

.ny_proinput ul li textarea {
    width: 100%;
    height: 88px;
    border: 1px solid #d2d2d2;
    padding: 10px;
    resize: none
}

.liji_su {
    width: 423px;
    height: 46px;
    background: #ab3c33;
    font-size: 16px;
    color: #ffffff;
    border: 0px;
    margin: 10px auto;
    display: block
}

.ny_proinput {
    overflow: hidden;
    margin-bottom: 20px;
}

.ny_probt {
    width: 100%;
    height: 50px;
}

.ny_probt li {
    width: 100%;
    height: 50px;
    background: #eeeeee;
    color: #313131;
    font-size: 18px;
    float: left;
    text-align: center;
    line-height: 50px;
    margin-right: 1px;
}

.ny_probt li:last-child {
    margin-right: 0px;
}

.ny_probt li:hover {
    background: #ab3c33;
    color: #fff
}

.ny_probt li:hover a {
    color: #fff
}

.ny_probt li.on {
    background: #ab3c33;
}

.ny_probt li.on a {
    color: #fff
}

.ny_probt li a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden
}

.ny_proshow_num {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}

.ny_proshow_info {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    font-size: 16pxx;
    color: #666;
    line-height: 30px;
}

.fangan_show {
    margin-top: 20px;
}

.ny_hotnews {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.ny_hotnews h3 {
    width: 100%;
    height: 40px;
    background: #ab3c33;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    padding: 0px 10px;
}

.ny_hotnews ul {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.ny_hotnews ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    padding: 0px 10px;
}

.ny_hotnews ul li p {
    width: 70%;
    float: left;
    height: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #191919;
    font-size: 14px;
}

.ny_hotnews ul li span {
    float: right;
    font-size: 12px;
    color: #191919
}

.ny_hotnews ul li:hover p,
.ny_hotnews ul li:hover span {
    color: #ab3c33
}

.ny_hotnews_info {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
    border: 1px solid #dad7d7;
    padding: 8px 7px;
}

.ny_hotnews_info p {
    font-size: 14px;
    color: #191919;
    line-height: 26px;
}

.ny_hotnews input[type="text"] {
    width: 240px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ddd;
    padding: 0px 10px;
    float: left;
}


/*内页新闻*/

.ny_news_all {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 40px 0;
}

.ny_news_all ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
}

.ny_news_all ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 15px
}

.ny_news_all ul li .ny_time {
    width: 115px;
    height: auto;
    float: left;
    margin-top: 25px;
}

.ny_news_all ul li .ny_time span {
    display: block;
    font-size: 12px;
    color: #999;
    text-align: right
}

.ny_news_all ul li .ny_time p {
    font-size: 41px;
    color: #c8c8c8
}

.news_xx {
    width: 63%;
    height: auto;
    float: left;
    margin-left: 2%;
    margin-top: 20px;
}

.news_xx h3 {
    widdth: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.news_xx p {
    width: 100%;
    height: 52px;
    line-height: 25px;
    font-size: 14px;
    color: #666;
    margin: 10px 0;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_xx span {
    font-size: 14px;
    color: #aaaaaa
}

.news_pic {
    width: 22%;
    height: auto;
    float: right
}

.news_pic img {
    width: 100%;
    height: auto
}

.ny_news_all ul li:hover {
    background: #f4f4f4
}

.ny_news_all ul li:hover .ny_time p,
.ny_news_all ul li:hover .ny_time span,
.ny_news_all ul li:hover span {
    color: #ab3c33
}

.ny_news_all ul li:hover h3 {
    font-weight: bold;
}

.ny_news_h1 {
    width: 100%;
    font-size: 14px;
    color: #555;
    padding: 10px 0px;
    text-align: center;
    clear: both;
    font-weight: bold
}

.ny_news_h1 h1 {
    font-size: 22px;
    color: #333
}

.ny_news_time {
    width: 100%;
    line-height: 30px;
    color: #999;
    height: 30px;
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    clear: both
}

.ny_news_bt {
    width: 100%;
    height: auto;
    line-height: 40px;
    text-align: center;
    font-size: 26px;
    color: #333;
    margin: 15px auto
}


/*联系我们*/

.ny_contact {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 40px 0
}

.ny_contact_map {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-top: 20px;
}

.ny_conta_xx {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-bottom: 42px;
    margin-top: 20px;
}

.contact_right {
    width: 50%;
    float: left;
    font-size: 16px;
    color: #666666;
    line-height: 32px
}

.ny_cont_wx {
    width: 340px;
    height: auto;
    float: right
}

.ny_cont_wx dl {
    width: 140px;
    height: 200px;
    float: left;
    margin-right: 26px;
}

.ny_cont_wx dl dt {
    width: 140px;
    height: 140px;
    border: 4px solid #e5e5e5;
    padding: 10px;
    background: #fff
}

.ny_cont_wx dl dd {
    font-size: 14px;
    color: #626262;
    height: 35px;
    line-height: 35px;
    text-align: center
}

.ny_cont_wx dl dt img {
    width: 100%;
    height: 100%;
}


/*荣誉资质*/

.ny_honor_all {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 40px 0
}

.ny_honor_all ul {
    width: 100%;
    height: auto;
    overflow: hidden
}

.ny_honor_all ul li {
    width: 285px;
    height: auto;
    float: left;
    margin-right: 20px;
    margin-bottom: 25px;
}

.ny_honor_all ul li .honor_pic {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #eee
}

.ny_honor_all ul li .honor_pic img {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
}

.ny_honor_all ul li p {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 1rem;
    color: #333;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ny_honor_all ul li:nth-child(4n) {
    margin-right: 0px;
}


/*销售服务*/

.ny_service_all {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 40px 0;
    color: #666;
    line-height: 30px;
}

.ny_news_show {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #666;
    margin: 40px 0
}


/*底部*/

.footer {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-top: 60px;
    background: url(../images/footer.jpg) no-repeat center
}

.footer dl {
    float: left;
    margin-right: 4%
}

.footer dl dt {
    font-size: 20px;
    color: #4d4d4d
}

.footer dl dd {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.footer dl dd a {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #4d4d4d;
    display: block
}

.footer dl dd a:hover {
    color: #fe0000
}

.footer_left {
    width: 380px;
    height: auto;
    float: left
}

.footer_left h4 {
    font-size: 20px;
    color: #4d4d4d
}

.footer_dz {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 8px;
}

.footer_dz p {
    font-size: 14px;
    color: #4d4d4d;
    line-height: 30px;
}

.footer_right {
    width: 290px;
    height: auto;
    float: right
}

.footer_right h4 {
    font-size: 20px;
    color: #4d4d4d;
}

.footer_right h5 {
    font-size: 14px;
    color: #4d4d4d
}

.footer_right div {
    width: 120px;
    height: 120px;
    float: left;
    background: #f7f7f7;
    padding: 5px;
    margin-top: 20px;
    margin-right: 20px;
}

.footer_right div img {
    width: 100%;
    height: 100%;
}

.dl_last {
    margin-right: 0
}

.copy {
    clear: both;
    width: 100%;
    height: 48px;
    color: #4d4d4d;
    line-height: 48px;
    position: relative;
    border-top: 1px solid #bebebe;
    margin-top: 50px;
}

.copy_b {
    float: left;
    font-size: 14px;
    color: #4d4d4d
}

.copy_b a {
    color: #4d4d4d
}

.copy_b a:hover {
    color: #ea5420!important
}

.footer_zhichi_n {
    width: auto;
    height: 48px;
    float: right
}

.footer_zhichi_n p {
    width: auto;
    float: left;
    margin-right: 20px;
    color: #4d4d4d;
    line-height: 48px;
}

.footer_zhichi_n .pt {
    width: 121px;
    height: 18px;
    background: url(../images/vl.png) no-repeat;
    margin-top: 12px;
    margin-right: 10px
}

.footer_zhichi_n .js {
    width: 121px;
    height: 18px;
    background: url(../images/wl.png) no-repeat;
    margin-top: 12px;
}

.footer_zhichi_n .pt:hover {
    background: url(../images/vl_hover.png) no-repeat
}

.footer_zhichi_n .js:hover {
    background: url(../images/wl_hover.png) no-repeat
}

.footer_zhichi_n span {
    float: left;
    font-size: 14px;
    color: #f4d4d4dff;
}

.footer_zhichi_n i {
    float: left;
}


/*客服*/

.lxfx {
    height: auto;
    position: fixed;
    right: 0px;
    top: 250px;
    width: 77px;
    z-index: 999;
}

.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
    font-size: 14px;
}

.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}

.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}

.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}

.lxfx li i {
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px;
    background: url(../images/fx.png) no-repeat;
}

.lxfx li i.icon-tel {
    background-position: 0 -25px;
}

.lxfx li i.icon-ly {
    background-position: 4px -53px;
}

.lxfx li i.icon-wx {
    background-position: -34px 4px;
}

.lxfx li i.icon-wb {
    background-position: -30px -22px;
}

.lxfx li i.icon-top {
    background-position: -30px -49px;
    height: 32px;
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
}

.lxfx li {
    background: #ab3c33;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px;
    float: left;
}

@media screen and (max-width:1440px) {
    .txtScroll-top .infoList li:after {
        width: 97%
    }
    .section3_left dl {
        padding-left: 40%
    }
    .section3_left {
        width: 18%
    }
}

@media screen and (max-width:1366px) {
    .index_news_pic {
        width: 230px;
        height: 159px;
    }
    .txtScroll-top .infoList li,
    .txtScroll-top .infoList li:after {
        height: 159px;
    }
    .section3 .container {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }
    .index_news_xx {
        padding-top: 26px;
    }
    .index_news_time {
        margin-top: 50px;
    }
    .picScroll-left .hd .prev {
        left: 3%
    }
    .picScroll-left .hd .next {
        right: 3%
    }
    .slideTxtBox {
        width: 84%
    }
    .section3_title {
        display: none;
    }
    .index_video {
        width: 590px;
    }
    .section2_info {
        height: 525px;
        left: 49%;
        padding: 30px;
        top: 60px;
        width: 420px;
    }
    .index_video img {
        width: 100%;
        height: auto;
        display: block
    }
    .index_right p {
        height: auto
    }
    .index_right {
        width: 210px;
        margin-top: 80px;
    }
    .ab_more {
        margin-top: 4vh
    }
    .section2_xx {
        margin-top: 3vh
    }
    .slideGroup {
        margin-top: 15vh
    }
    .section3_left {
        width: 28%
    }
    .section3_left dl:hover:after {
        width: 30%
    }
    .slideTxtBox {
        height: 542px;
    }
}#ab3c33</pre></body></html>